summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/ic_play.xml
blob: 7f01dc599848975c0e1a3709b71e13f630d030ef (plain) (blame)
1
2
3
4
5
6
7
8
9
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportHeight="24"
    android:viewportWidth="24">
    <path
        android:fillColor="?attr/colorControlNormal"
        android:pathData="M8,5v14l11,-7z" />
</vector>